home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 12 / setup.exe / 0 / RCDATA / TDELTEMP / TDELTEMP.txt
Text File  |  1997-01-03  |  1KB  |  57 lines

  1. object deltemp: Tdeltemp
  2.   Left = 230
  3.   Top = 226
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialogue'
  7.   ClientHeight = 86
  8.   ClientWidth = 170
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 169
  21.     Height = 49
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 8
  26.     Top = 8
  27.     Width = 153
  28.     Height = 33
  29.     Alignment = taCenter
  30.     AutoSize = False
  31.     Caption = 'Delete Temp Directory?'
  32.     Font.Color = clWindowText
  33.     Font.Height = -13
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.   end
  38.   object Button1: TButton
  39.     Left = 8
  40.     Top = 56
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Yes'
  44.     TabOrder = 0
  45.     OnClick = Button1Click
  46.   end
  47.   object Button2: TButton
  48.     Left = 88
  49.     Top = 56
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'No'
  53.     TabOrder = 1
  54.     OnClick = Button2Click
  55.   end
  56. end
  57.